github.com/go-pg/pg/v10/internal/pool.ConnPool.queue (field)

6 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L75: 	queue chan struct{}
		pool.go#L93: 		queue:     make(chan struct{}, opt.PoolSize),
		pool.go#L263: 	p.queue <- struct{}{}
		pool.go#L274: 	case p.queue <- struct{}{}:
		pool.go#L289: 	case p.queue <- struct{}{}:
		pool.go#L303: 	<-p.queue